This operation transfers the council's reassigning of the DA case to another officer from the council's IT system to the Online DA Service.
CaseID required | string A fully qualified application number or case id |
CouncilID required | string The council LGA name to indicate the request is originating from a specific council |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
required | object (Person) |
required | object (Person) |
{- "assignee": {
- "person": {
- "firstName": "John",
- "surname": "Smith",
- "emailAddress": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}, - "UpdatedBy": {
- "person": {
- "firstName": "John",
- "surname": "Smith",
- "emailAddress": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}